home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1999 February
/
MACPOWER-1999-02.ISO.7z
/
MACPOWER-1999-02.ISO
/
アップル関連
/
ResEdit 2.1.3
/
Examples
/
CExamples
/
MakeEditor
< prev
next >
Wrap
Text File
|
1994-09-14
|
653b
|
33 lines
# MakeFile - Make instructions for the ResEdit example editor.
#
# Copyright Apple Computer, Inc. 1986-1990
# All rights reserved.
#
# This makefile builds:
# The sample Resource Editor: XXXX
#
cOptions = -b
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
SysLibs = "{CLibraries}"StdCLib.o カ
"{Libraries}"Runtime.o カ
"{Libraries}"Interface.o
RSSCLibs = {obj}RSSC.a.o カ
{obj}ResDisp.a.o
"{OutFile}" トト {obj}XXXX.Edit.c.o {RSSCLibs} {sysLibs}
Link {RSSCLibs} カ
{obj}XXXX.Edit.c.o カ
{sysLibs} カ
-da -w -rt RSSC=2600 カ
-sg @XXXX カ
-o "{OutFile}"
{obj} ト {source} {ResEditLibraries}